


html,head{ 
 margin:0; 
 padding:0;
 background: rgb(239,240,243);
 } 

html,body{ 
 margin:0; 
 padding:0;
 background: rgb(239,240,243);
 } 
 
h1 {
	margin: 0;
	font-size: 20px;
	font-family: 'century gothic', 'Arial', sans-serif;
	font-weight: normal;
	text-align: left;
	line-height:80%;
	color: rgb(130,130,130);
	font-weight:bold;
}

h2 {
	margin: 0;
	padding: 0.5cm;
	letter-spacing: +2px;
	font-size: 30px;
	font-family: 'century gothic', 'Arial', sans-serif;
	font-weight: normal;
	text-align: center;
	line-height:130%;
	color: rgb(130,130,130);
	font-weight:bold;
}


p {
	margin: 0;
	letter-spacing: +1px;
	line-height: 140%; 
	font-family: 'century gothic', 'Arial', sans-serif;
	font-size: 20px;
	text-align: justify;
	text-indent: 1cm;
}

div#contacto  p {
	text-align: center;
	text-indent: 0px;
}

fieldset{
	max-height: 520px;
	border: 0px;
	padding: 50px;
	color: rgb(100,100,100);
	overflow: auto;
}

footer{
 color: rgb(130,130,130);
} 

iframe{
	display: block;
	width: 100%;
	height: 710px;
	margin: 0px;
	padding: 0px;
}

element.style {
  -webkit-user-select: none;
  width: 100%;
}


li a {
	display: block;
	font-size: 20px;
	line-height: 15px;
	font-family: 'century gothic', 'Arial', sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 8px 11px 7px;
	color: rgb(130,130,130);
	text-transform: uppercase;
	font-weight: bold;
}

a h1 {
	display: block;
	font-size: 20px;
	line-height: 15px;
	font-family: 'century gothic', 'Arial', sans-serif;
	font-weight: normal;
	text-align: left;
	padding: 8px 11px 7px;
	color: rgb(130,130,130);
	text-transform: uppercase;
	font-weight: bold;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

li > a:hover {
    text-decoration: underline;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

a > h1:hover {
    text-decoration: underline;
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

a:active {
    text-decoration: none;
}

a > img:link {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

a > img:visited {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

a > img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

a > img:active {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

div#menu{
	display: inline-block;
	width:70%;
}
 
div#cabecera{
 position:relative; 
 width:100%;
 display:block;
 overflow:auto;
 font-family: 'Arial', sans-serif;
 font-size: 18px;
 color: rgb(80,70,30);
} 

#logo{
 position:relative; 
 width:100%;
 margin: 0cm;
 border: 0px;
}

p#descripcion{
 padding: 0.2cm 0.5cm 0.2cm 0.5cm;
 line-height:135%;
 }
 
div#cuerpo{
 width:100%;
 height: 100%;
 text-align: center;
}
 
div#izquierda{
 float:left;
 padding: 0.5cm 0.5cm 0cm 0.5cm;
 text-align: left;
 width:15%;
 font-family: 'century gothic', 'Arial', sans-serif;
 font-size: 17px;
 font-weight:bold;
 color: rgb(130,130,130);
 }
 
div#centro{ 
 }
 
img#foto{
 border: 1px;
 border-style: solid;
 border-color: rgb(130,130,130);
 padding: 1px;
 width: 80%;
 }
 
img#foto1{
 border: 1px;
 border-style: solid;
 border-color: rgb(130,130,130);
 padding: 1px;
 width: 100%;
 }
 
  div#caja{ 
   padding: 0% 0% 0% 20%;
 }
 
 div#derecha{
 float:right;
 padding: 0cm;
 text-align: center;
 width:18%;
 font-family: 'century gothic', 'Arial', sans-serif;
 font-size: 15px;
 font-weight:bold;
 color: rgb(130,130,130);
 }
 
  div#derecha01{
 float:right;
 padding: 0cm;
 text-align: right;
 width:80%;
 font-family: 'century gothic', 'Arial', sans-serif;
 font-size: 18px;
 color: rgb(130,130,130);
 }

ul#tablas01 {
	margin: 0px;
	list-style: none;
	padding: 0cm 0cm 0cm 0cm;
}

#tablas01 li {
	float: left;
	margin: 0px;
	padding: 0px;
}


 

                              
     
 @media print{ 
/*hide the left column when printing*/ 
#izquierda{display:none;} 
#twocols, #catalogo{width:100%; float:none;}
}
